Configurates
C1.Web.Mvc.ChartAxis<T>.MajorUnit. Sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.
Syntax
'Declaration
Public Function MajorUnit( _
ByVal As Double _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MajorUnit(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also